3.1004 \(\int \frac{1}{(a+b x) (\frac{a d}{b}+d x)^3} \, dx\)

Optimal. Leaf size=17 \[ -\frac{b^2}{3 d^3 (a+b x)^3} \]

[Out]

-b^2/(3*d^3*(a + b*x)^3)

________________________________________________________________________________________

Rubi [A]  time = 0.0033228, antiderivative size = 17, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {21, 32} \[ -\frac{b^2}{3 d^3 (a+b x)^3} \]

Antiderivative was successfully verified.

[In]

Int[1/((a + b*x)*((a*d)/b + d*x)^3),x]

[Out]

-b^2/(3*d^3*(a + b*x)^3)

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin{align*} \int \frac{1}{(a+b x) \left (\frac{a d}{b}+d x\right )^3} \, dx &=\frac{b^3 \int \frac{1}{(a+b x)^4} \, dx}{d^3}\\ &=-\frac{b^2}{3 d^3 (a+b x)^3}\\ \end{align*}

Mathematica [A]  time = 0.0048979, size = 17, normalized size = 1. \[ -\frac{b^2}{3 d^3 (a+b x)^3} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((a + b*x)*((a*d)/b + d*x)^3),x]

[Out]

-b^2/(3*d^3*(a + b*x)^3)

________________________________________________________________________________________

Maple [A]  time = 0., size = 16, normalized size = 0.9 \begin{align*} -{\frac{{b}^{2}}{3\,{d}^{3} \left ( bx+a \right ) ^{3}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x+a)/(a*d/b+d*x)^3,x)

[Out]

-1/3*b^2/d^3/(b*x+a)^3

________________________________________________________________________________________

Maxima [B]  time = 0.99459, size = 63, normalized size = 3.71 \begin{align*} -\frac{b^{2}}{3 \,{\left (b^{3} d^{3} x^{3} + 3 \, a b^{2} d^{3} x^{2} + 3 \, a^{2} b d^{3} x + a^{3} d^{3}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)/(a*d/b+d*x)^3,x, algorithm="maxima")

[Out]

-1/3*b^2/(b^3*d^3*x^3 + 3*a*b^2*d^3*x^2 + 3*a^2*b*d^3*x + a^3*d^3)

________________________________________________________________________________________

Fricas [B]  time = 1.64416, size = 92, normalized size = 5.41 \begin{align*} -\frac{b^{2}}{3 \,{\left (b^{3} d^{3} x^{3} + 3 \, a b^{2} d^{3} x^{2} + 3 \, a^{2} b d^{3} x + a^{3} d^{3}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)/(a*d/b+d*x)^3,x, algorithm="fricas")

[Out]

-1/3*b^2/(b^3*d^3*x^3 + 3*a*b^2*d^3*x^2 + 3*a^2*b*d^3*x + a^3*d^3)

________________________________________________________________________________________

Sympy [B]  time = 0.404026, size = 53, normalized size = 3.12 \begin{align*} - \frac{b^{3}}{3 a^{3} b d^{3} + 9 a^{2} b^{2} d^{3} x + 9 a b^{3} d^{3} x^{2} + 3 b^{4} d^{3} x^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)/(a*d/b+d*x)**3,x)

[Out]

-b**3/(3*a**3*b*d**3 + 9*a**2*b**2*d**3*x + 9*a*b**3*d**3*x**2 + 3*b**4*d**3*x**3)

________________________________________________________________________________________

Giac [A]  time = 1.07017, size = 20, normalized size = 1.18 \begin{align*} -\frac{b^{2}}{3 \,{\left (b x + a\right )}^{3} d^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)/(a*d/b+d*x)^3,x, algorithm="giac")

[Out]

-1/3*b^2/((b*x + a)^3*d^3)